search for: constantdataarrayval

Displaying 1 result from an estimated 1 matches for "constantdataarrayval".

2013 Mar 04
2
[LLVMdev] llvm cannot iterate a [3 x i8]
...){ GlobalVariable* FD = cast<GlobalVariable>(VV); Value *VVV = cast<Value>(FD->getOperand(0)); errs()<<"\n VVV "<<*(VVV)<<"\n"; RESULT : VVV [3 x i8] c"DS\00" if(VVV->getValueID() == Value::ConstantDataArrayVal){ ConstantArray *caa = (ConstantArray *)VVV; errs()<<"\n "<<(caa->getNumOperands())<<"\n"; errs()<<"\n "<<*(caa->getType())<<"\n"; RESULT : 0 [3 x...